EMBENET_BR_Config Struct ReferenceembeNET Border Router C API

Detailed Description

Stores Border Router configuration needed to start the network.

Data Fields

EMBENET_K1 k1
 Network key used to validate origin of the messages across all of the network nodes. The provided key MUST be the same in all of the nodes, otherwise they won't be able to connect to the network. More...
 
EMBENET_NetworkPrefix subnetPrefix
 IPv6 subnet prefix. The network always uses \64 subnet prefix. More...
 
EMBENET_EUI64 uidOverride
 When the value is other than EMBENET_EUI64_INVALID, overrides node's unique identifier. Otherwise the field does nothing. More...
 
EMBENET_RandomSeed randomSeed
 Random seed used to initialize internal Pseudorandom Number Generator. More...
 
EMBENET_PANID panid
 Network ID. More...
 

Field Documentation

◆ k1

EMBENET_K1 EMBENET_BR_Config::k1

Network key used to validate origin of the messages across all of the network nodes. The provided key MUST be the same in all of the nodes, otherwise they won't be able to connect to the network.

◆ subnetPrefix

EMBENET_NetworkPrefix EMBENET_BR_Config::subnetPrefix

IPv6 subnet prefix. The network always uses \64 subnet prefix.

◆ uidOverride

EMBENET_EUI64 EMBENET_BR_Config::uidOverride

When the value is other than EMBENET_EUI64_INVALID, overrides node's unique identifier. Otherwise the field does nothing.

◆ randomSeed

EMBENET_RandomSeed EMBENET_BR_Config::randomSeed

Random seed used to initialize internal Pseudorandom Number Generator.

◆ panid

EMBENET_PANID EMBENET_BR_Config::panid

Network ID.


The documentation for this struct was generated from the following file:
Go to Top